cargo.git
2014-10-28 Pierre KriegerFill `ops::registry::transmit` with the right value
2014-10-28 Pierre KriegerImplement platform-specific dependencies
2014-10-27 borsauto merge of #767 : alexcrichton/cargo/issue-637,...
2014-10-27 Alex CrichtonDon't encode precise in lockfile dep pointers
2014-10-27 borsauto merge of #765 : steveklabnik/cargo/fix_warnings...
2014-10-27 borsauto merge of #758 : alexcrichton/cargo/issue-751,...
2014-10-27 borsauto merge of #757 : alexcrichton/cargo/issue-743,...
2014-10-27 borsauto merge of #734 : alexcrichton/cargo/issue-728,...
2014-10-27 borsauto merge of #725 : alexcrichton/cargo/registry-fixes...
2014-10-27 borsauto merge of #766 : alexcrichton/cargo/fix-test-state...
2014-10-27 Alex CrichtonPropagate configuration parser errors
2014-10-27 Alex CrichtonBuild examples into `target/examples`
2014-10-27 Alex CrichtonDon't leave behind corrupt directories
2014-10-27 Alex CrichtonDocument the new manifest keys
2014-10-27 Alex CrichtonAvoid updating the registry too frequently
2014-10-27 Alex CrichtonRemove some unused imports
2014-10-27 Alex CrichtonAdd a cache to the registry source
2014-10-27 Alex CrichtonRespect yanks in the registry
2014-10-27 Alex CrichtonFix a flaky test relying on nondeterminsm
2014-10-27 Alex CrichtonMake SourceKind private
2014-10-27 Alex CrichtonIntegrate the lockfile and registry-based deps
2014-10-27 Alex CrichtonRestructure resolve/lockfile ops
2014-10-27 Alex CrichtonMake it easier to map dependencies in a summary
2014-10-27 Alex CrichtonRewrite registry tests for easier mocking and such
2014-10-27 Alex CrichtonDon't de-dup added sources
2014-10-27 Alex CrichtonDon't seed Registry with known source ids
2014-10-27 Alex CrichtonRemove the hokey add_lockfile_sources
2014-10-27 Alex CrichtonUpdate how cargo talks to the registry
2014-10-27 Steve Klabnikfix two warnings
2014-10-27 borsauto merge of #718 : alexcrichton/cargo/issue-715,...
2014-10-27 borsauto merge of #761 : kali/cargo/patch-1, r=alexcrichton
2014-10-27 Mathieu PoumeyrolTwo typos
2014-10-24 borsauto merge of #755 : pwoolcoc/cargo/fix-664, r=alexcrichton
2014-10-24 Paul Woolcockcargo new: Don't create a git repo in subdirectory
2014-10-24 borsauto merge of #750 : alexcrichton/cargo/no-more-travis...
2014-10-24 borsauto merge of #754 : blaenk/cargo/whitespace, r=alexcri...
2014-10-24 Jorge Israel... line up the comments
2014-10-23 borsauto merge of #752 : alexcrichton/cargo/typos, r=alexcr...
2014-10-23 Alex CrichtonFix some copy-paste errors in CLI help
2014-10-23 Alex CrichtonStop testing 32-bit on travis
2014-10-23 borsauto merge of #747 : kballard/cargo/manifest_typo_fix...
2014-10-23 Kevin BallardFix typo in src/doc/manifest.md
2014-10-22 borsauto merge of #710 : alexcrichton/cargo/metadata, r...
2014-10-22 Alex CrichtonAdd a metadata section to the lockfile
2014-10-22 borsauto merge of #737 : gentoo90/cargo/bash-comp, r=alexcr...
2014-10-22 borsauto merge of #717 : alexcrichton/cargo/souped-up-resol...
2014-10-22 Alex CrichtonMake to_url public for rustc
2014-10-22 Alex CrichtonAvoid visiting deps too often in resolve
2014-10-22 Alex Crichtonsource changes
2014-10-22 Alex CrichtonContinue reducing clone costs
2014-10-22 Alex CrichtonMake SourceId cheap to clone
2014-10-22 Alex CrichtonMake PackageId cheap to clone
2014-10-22 Alex CrichtonImplement resolution of version requirements
2014-10-22 Alex CrichtonSplit out encoding from `core::resolver` to a submodule
2014-10-22 Alex CrichtonUpdate semver to have `^` be the default operator
2014-10-22 gentoo90Create bash_completion.d directory
2014-10-21 gentoo90Add bashcomp to Makefile.in
2014-10-21 gentoo90Bash completion initial support
2014-10-21 Alex CrichtonCompile deps with optimizations for benches
2014-10-21 borsauto merge of #732 : alexcrichton/cargo/update, r=alexc...
2014-10-21 Alex CrichtonUpdate dependencies to unbreak the build
2014-10-21 Alex CrichtonMerge remote-tracking branch 'tomaka/add-docs' into...
2014-10-21 Alex CrichtonMerge commit 'jdeseno/remove-deprecated' into update
2014-10-21 Pierre KriegerAdd general doccomments
2014-10-21 Joshua DeSenoReplace usage of `get_ref`
2014-10-20 borsauto merge of #722 : blaenk/cargo/rpath-docs, r=alexcri...
2014-10-20 Jorge Israel... use rpath defaults
2014-10-19 Jorge Israel... document rpath option in manifest
2014-10-18 borsauto merge of #721 : EduardoBautista/cargo/update-docs...
2014-10-18 Eduardo BautistaUpdate docs url
2014-10-17 borsauto merge of #720 : alexcrichton/cargo/no-more-plugins...
2014-10-17 borsauto merge of #711 : alexcrichton/cargo/issue-708,...
2014-10-17 Alex CrichtonRemove dependence on various plugins
2014-10-17 borsauto merge of #712 : alexcrichton/cargo/issue-633,...
2014-10-17 borsauto merge of #719 : alexcrichton/cargo/update-docopt...
2014-10-17 Alex CrichtonUpdate to rust master to remove libdebug
2014-10-17 Alex CrichtonIgnore EPERM when scanning for packages
2014-10-16 Alex CrichtonPass features to native build commands
2014-10-16 Alex CrichtonAllow reexporting of features between packages
2014-10-16 Alex CrichtonRequire `make` is run before `make install`
2014-10-15 borsauto merge of #709 : alexcrichton/cargo/issue-705,...
2014-10-15 Alex CrichtonAdd an `rpath` option to the profile section
2014-10-14 borsauto merge of #700 : alexcrichton/cargo/issue-697,...
2014-10-14 borsauto merge of #699 : alexcrichton/cargo/issue-695,...
2014-10-14 borsauto merge of #706 : kballard/cargo/patch-1, r=alexcrichton
2014-10-14 Kevin BallardTweak native-build.md example
2014-10-14 borsauto merge of #698 : eagleflo/cargo/new-invalid-charact...
2014-10-13 borsauto merge of #703 : alexcrichton/cargo/doc.crates...
2014-10-13 Aku KotkavuoCheck crate name for invalid characters in cargo new
2014-10-13 Alex CrichtonMove documentation to doc.crates.io
2014-10-13 borsauto merge of #701 : kagia/cargo/master, r=alexcrichton
2014-10-13 borsauto merge of #696 : bkoropoff/cargo/build-break, r...
2014-10-13 Benjamin Kagialink to 64bit windows binaries #639
2014-10-13 Alex CrichtonFix updating sources with more than one crate
2014-10-13 Alex CrichtonDon't hardcode i32 in FFI bindings
2014-10-12 Brian KoropoffUpgrade docopt/docopt_macros to fix build break
2014-10-11 Alex CrichtonOnly one CNAME is allowed!
2014-10-11 Alex CrichtonUpdate travis token to upload docs
2014-10-11 Alex CrichtonAdd doc.crates.io to src/doc/CNAME
2014-10-10 borsauto merge of #689 : alexcrichton/cargo/update, r=alexc...
next